Package org.opengis.feature.type

Examples of org.opengis.feature.type.AttributeType


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


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

     * @generated
     */
    public static final AttributeType SEQUENCERULEENUMERATION_TYPE = build_SEQUENCERULEENUMERATION_TYPE();
    
    private static AttributeType build_SEQUENCERULEENUMERATION_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","SequenceRuleEnumeration"),
                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 SIGNTYPE_TYPE = build_SIGNTYPE_TYPE();
    
    private static AttributeType build_SIGNTYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","SignType"),
                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 SUCCESSIONTYPE_TYPE = build_SUCCESSIONTYPE_TYPE();
    
    private static AttributeType build_SUCCESSIONTYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","SuccessionType"),
                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 SURFACEINTERPOLATIONTYPE_TYPE = build_SURFACEINTERPOLATIONTYPE_TYPE();
    
    private static AttributeType build_SURFACEINTERPOLATIONTYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","SurfaceInterpolationType"),
                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 SURFACEPROPERTYTYPE_TYPE = build_SURFACEPROPERTYTYPE_TYPE();
    
    private static AttributeType build_SURFACEPROPERTYTYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","SurfacePropertyType"),
                com.vividsolutions.jts.geom.Polygon.class, false, false, null, null) {
            @Override
            public AttributeType buildSuper() {
                return XSSchema.ANYTYPE_TYPE;
View Full Code Here

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

     * @generated
     */
    public static final AttributeType TIMEINDETERMINATEVALUETYPE_TYPE = build_TIMEINDETERMINATEVALUETYPE_TYPE();
    
    private static AttributeType build_TIMEINDETERMINATEVALUETYPE_TYPE() {
        AttributeType builtType = new AbstractLazyAttributeTypeImpl(
                new NameImpl("http://www.opengis.net/gml/3.2","TimeIndeterminateValueType"),
                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 MULTICURVETYPE_TYPE = build_MULTICURVETYPE_TYPE();
    
    private static AttributeType build_MULTICURVETYPE_TYPE() {
        AttributeType builtType;
        builtType = new AbstractLazyAttributeTypeImpl(
            new NameImpl("http://www.opengis.net/gml/3.2","MultiCurveType"), com.vividsolutions.jts.geom.MultiLineString.class, false,
            false, null, null) {
            @Override
            public AttributeType buildSuper() {
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.