Package org.opengis.feature.type

Examples of org.opengis.feature.type.AttributeType


     * @generated
     */
    public static final AttributeType INCREMENTORDER_TYPE = build_INCREMENTORDER_TYPE();
    
    private static AttributeType build_INCREMENTORDER_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","IncrementOrder"),
                java.lang.Object.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return XSSchema.STRING_TYPE;
View Full Code Here


     * @generated
     */
    public static final AttributeType KNOTTYPESTYPE_TYPE = build_KNOTTYPESTYPE_TYPE();
    
    private static AttributeType build_KNOTTYPESTYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","KnotTypesType"),
                java.lang.Object.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return XSSchema.STRING_TYPE;
View Full Code Here

     * @generated
     */
    public static final AttributeType LINESTRINGTYPE_TYPE = build_LINESTRINGTYPE_TYPE();
    
    private static AttributeType build_LINESTRINGTYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","LineStringType"),
                com.vividsolutions.jts.geom.LineString.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return ABSTRACTCURVETYPE_TYPE;
View Full Code Here

     * @generated
     */
    public static final AttributeType LINEARRINGPROPERTYTYPE_TYPE = build_LINEARRINGPROPERTYTYPE_TYPE();
    
    private static AttributeType build_LINEARRINGPROPERTYTYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","LinearRingPropertyType"),
                com.vividsolutions.jts.geom.LinearRing.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return XSSchema.ANYTYPE_TYPE;
View Full Code Here

     * @generated
     */
    public static final AttributeType LINEARRINGTYPE_TYPE = build_LINEARRINGTYPE_TYPE();
    
    private static AttributeType build_LINEARRINGTYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","LinearRingType"),
                com.vividsolutions.jts.geom.LinearRing.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return ABSTRACTRINGTYPE_TYPE;
View Full Code Here

     * @generated
     */
    public static final AttributeType MULTICURVEPROPERTYTYPE_TYPE = build_MULTICURVEPROPERTYTYPE_TYPE();
    
    private static AttributeType build_MULTICURVEPROPERTYTYPE_TYPE() {
        AttributeType builtType;
        builtType = new AbstractLazyAttributeTypeImpl(
            new NameImpl("http://www.opengis.net/gml/3.2","MultiCurvePropertyType"), com.vividsolutions.jts.geom.MultiLineString.class, false,
            false, null, null
        ) {
            @Override
View Full Code Here

     * @generated
     */
    public static final AttributeType MULTIGEOMETRYPROPERTYTYPE_TYPE = build_MULTIGEOMETRYPROPERTYTYPE_TYPE();
    
    private static AttributeType build_MULTIGEOMETRYPROPERTYTYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","MultiGeometryPropertyType"),
                com.vividsolutions.jts.geom.GeometryCollection.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return XSSchema.ANYTYPE_TYPE;
View Full Code Here

     * @generated
     */
    public static final AttributeType MULTIGEOMETRYTYPE_TYPE = build_MULTIGEOMETRYTYPE_TYPE();
    
    private static AttributeType build_MULTIGEOMETRYTYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","MultiGeometryType"),
                com.vividsolutions.jts.geom.GeometryCollection.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return ABSTRACTGEOMETRICAGGREGATETYPE_TYPE;
View Full Code Here

     * @generated
     */
    public static final AttributeType MULTIPOINTPROPERTYTYPE_TYPE = build_MULTIPOINTPROPERTYTYPE_TYPE();
    
    private static AttributeType build_MULTIPOINTPROPERTYTYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","MultiPointPropertyType"),
                com.vividsolutions.jts.geom.MultiPoint.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return XSSchema.ANYTYPE_TYPE;
View Full Code Here

     * @generated
     */
    public static final AttributeType MULTIPOINTTYPE_TYPE = build_MULTIPOINTTYPE_TYPE();
    
    private static AttributeType build_MULTIPOINTTYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","MultiPointType"),
                com.vividsolutions.jts.geom.MultiPoint.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return ABSTRACTGEOMETRICAGGREGATETYPE_TYPE;
View Full Code Here

TOP

Related Classes of org.opengis.feature.type.AttributeType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.